home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
utilities
/
virus
/
vscan21.lha
/
VS
/
rexx_example.vs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-11
|
243 b
|
27 lines
/* Simple example rexx script to use with VirusScanner */
/* $VER: rexx_example.vs 0.01 (8.10.93 */
address "VS_Port"
vectors
checkfiles "sistema:"
hidegui
about
showgui
checkbootblock df0
checkall
hidegui
checkfiles dh1
quit
EXIT